Package jag.game.type
Interface RSDefinitionProperty
-
- All Superinterfaces:
RSDoublyLinkedNode,RSNode,RSProvider
public interface RSDefinitionProperty extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDefaultInteger()StringgetDefaultString()chargetType()booleanisDeleteOnUse()-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
isDeleteOnUse
boolean isDeleteOnUse()
-
getDefaultInteger
int getDefaultInteger()
-
getDefaultString
String getDefaultString()
-
getType
char getType()
-
-