Package jag.game.type
Interface RSDefinitionProperty
-
- All Superinterfaces:
RSDoublyLinkedNode,RSNode,RSProvider
public interface RSDefinitionProperty extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetDefaultInteger()StringgetDefaultString()chargetType()booleanisDeleteOnUse()default booleanisString()-
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()
-
isString
default boolean isString()
-
-