|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wis.jtlv.env.module.ModuleEntity
public abstract class ModuleEntity
A common interface from a module BDD entity. Mostly takes care of the entity location (i.e. path and name..)
Constructor Summary | |
---|---|
ModuleEntity()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Overrides the Object.equals(Object) . |
java.lang.String |
getName()
Get this field's name. |
java.lang.String |
getPath()
Get this field's path. |
java.lang.String |
getSimpleArrayName()
In case this is an array name for field, returns the simple name without the braces '['']'. If this is not an array name, then an empty string "", will be returned. |
boolean |
strongEquals(java.lang.Object other)
Check whether this object is completely identical to the give object. |
java.lang.String |
toFullString()
Get the string representation of this field, with the path leading to it. |
java.lang.String |
toString()
Get the string representation of this field, without the path leading to it. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModuleEntity()
Method Detail |
---|
public boolean equals(java.lang.Object other)
Overrides the Object.equals(Object)
. Check whether
this object is identical to the given object by comparing the field's
path, and the field's name. This procedure does not continue to check
whether the domains are identical. (This is done so that collections will
identify that such a field exists, regardless of its domain)
equals
in class java.lang.Object
other
- The other object to compare this filed to.
ModuleBDDField.comparable(ModuleBDDField)
,
strongEquals(Object)
public boolean strongEquals(java.lang.Object other)
Check whether this object is completely identical to the give object.
This implementation is referred to the original
Object.equals(Object)
.
other
- The other object to compare this filed to.
ModuleBDDField.comparable(ModuleBDDField)
,
equals(Object)
public java.lang.String toString()
Get the string representation of this field, without the path leading to it.
toString
in class java.lang.Object
toFullString()
public java.lang.String toFullString()
Get the string representation of this field, with the path leading to it.
toString()
public java.lang.String getPath()
Get this field's path.
public java.lang.String getName()
Get this field's name.
public java.lang.String getSimpleArrayName()
In case this is an array name for field, returns the simple name without
the braces '['']'.
If this is not an array name, then an empty string "", will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |