- Include - Class in org.tentackle.wurblet
-
(@wurblet) Includes another file.
- Include() - Constructor for class org.tentackle.wurblet.Include
-
- IncludeWurblet - Class in org.tentackle.wurblet
-
Base class for the @Include-wurblet.
- IncludeWurblet() - Constructor for class org.tentackle.wurblet.IncludeWurblet
-
- Inject - Class in org.tentackle.wurblet
-
(@wurblet) Injects code from the argument list.
- Inject() - Constructor for class org.tentackle.wurblet.Inject
-
- isAttributeDerived(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is derived from a superclass.
- isGenerified() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether the class is defined using java generics.
- isIdAttribute(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is the pdo ID.
- isIdOrSerialAttribute(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is the pdo ID or serial.
- isInherited() - Method in class org.tentackle.wurblet.DTOWurblet.Property
-
- isInterface() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether wurblet is defined within an interface.
Only valid if isPdo() returns non-null.
- isMutable() - Method in class org.tentackle.wurblet.DTOWurblet.Property
-
- isPartOfInheritanceHierarchy() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether the entity is part of an inheritance tree.
- isPdo() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether this is a pdo.
- isRemote() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns true if --remote option set.
- isRequired() - Method in class org.tentackle.wurblet.DTOWurblet.Property
-
- isSerialAttribute(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is the pdo serial.
- isSetGetRequired(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Determines whether setter/getter need to be used to access an attribute.
- isTransient() - Method in class org.tentackle.wurblet.DTOWurblet.Property
-