public class Property extends TypeDefinition implements java.lang.Comparable<Property>
| Constructor and Description |
|---|
Property(java.lang.String name,
java.lang.Class type,
DefinitionContext context) |
Property(java.lang.String name,
java.lang.ClassLoader loader,
DefinitionContext context) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Property that) |
boolean |
equals(java.lang.Object that) |
java.lang.String |
getName() |
int |
hashCode() |
getInstance, getInstance, getLoader, getType, getType, getTypeName, isLoaded, setTypeName, toStringgetColumnNumber, getContext, getExtensionId, getLineNumber, getPublicId, getSystemId, isExtensionLoaded, log, logpublic Property(java.lang.String name,
java.lang.ClassLoader loader,
DefinitionContext context)
public Property(java.lang.String name,
java.lang.Class type,
DefinitionContext context)
public java.lang.String getName()
public int compareTo(Property that)
compareTo in interface java.lang.Comparable<Property>public boolean equals(java.lang.Object that)
equals in class TypeDefinitionpublic int hashCode()
hashCode in class TypeDefinition