Interface Flexible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Flexible
copyToGroup(Object dsId, String group)
Returns the copied instance or null if the object cannot be copied.String
getFlexibleName()
Insert the method's description here.boolean
moveToGroup(Object dsId, String group)
Insert the method's description here.boolean
rename(Object dsId, String newName)
Insert the method's description here.String
toString()
Insert the method's description here.
-
-
-
Method Detail
-
copyToGroup
Flexible copyToGroup(Object dsId, String group)
Returns the copied instance or null if the object cannot be copied. Creation date: (4.2.2001 21:59:44)- Parameters:
dsId
- dsIdgroup
- java.lang.String- Returns:
- something
-
getFlexibleName
String getFlexibleName()
Insert the method's description here. Creation date: (3.5.2001 10:15:48)- Returns:
- java.lang.String
-
moveToGroup
boolean moveToGroup(Object dsId, String group)
Insert the method's description here. Creation date: (4.2.2001 22:00:01)- Parameters:
dsId
- dsIdgroup
- java.lang.String- Returns:
- something
-
rename
boolean rename(Object dsId, String newName)
Insert the method's description here. Creation date: (2.5.2001 23:23:17)- Parameters:
dsId
- dsIdnewName
- java.lang.String- Returns:
- something
-
-