|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jsefa.rbf.mapping.RecordDescriptor
public final class RecordDescriptor
Descriptor for an rbf record.
Instances of this class are immutable and thread-safe.
Constructor Summary | |
---|---|
RecordDescriptor(String prefix)
Constructs a new RecordDescriptor . |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPrefix()
|
RbfNodeType |
getType()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecordDescriptor(String prefix)
RecordDescriptor
.
prefix
- the record prefixMethod Detail |
---|
public RbfNodeType getType()
getType
in interface NodeDescriptor<RbfNodeType>
public String getPrefix()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |