Class AttributeSchema
java.lang.Object
org.springframework.ldap.odm.tools.AttributeSchema
Simple value class to hold the schema of an attribute.
It is only public to allow Freemarker access.
-
Constructor Summary
ConstructorDescriptionAttributeSchema
(String name, String syntax, boolean isMultiValued, boolean isPrimitive, boolean isBinary, boolean isArray, String scalarType) -
Method Summary
-
Constructor Details
-
AttributeSchema
-
-
Method Details
-
getIsArray
public boolean getIsArray() -
getIsBinary
public boolean getIsBinary() -
getIsPrimitive
public boolean getIsPrimitive() -
getScalarType
-
getName
-
getJavaName
-
getSyntax
-
getIsMultiValued
public boolean getIsMultiValued() -
equals
-
hashCode
public int hashCode() -
toString
-