| java.lang.Object info.jtrac.domain.Field
Field | public class Field implements Serializable(Code) | | Metadata is composited of Field elements
that represent each of the custom fields that may be
used within an item
|
Inner Class :public enum Name | |
Field | public Field(Name n)(Code) | | |
Field | public Field(Element e)(Code) | | |
addAsChildOf | public void addAsChildOf(Element parent)(Code) | | |
addOption | public void addOption(Element e)(Code) | | |
convertToName | public static Name convertToName(String text)(Code) | | Resolve a String to a valid enum value for Field.Name
|
getAsElement | public Element getAsElement()(Code) | | |
getName | public Name getName()(Code) | | |
hashCode | public int hashCode()(Code) | | |
initOptions | public void initOptions()(Code) | | |
isOptional | public boolean isOptional()(Code) | | |
setName | public void setName(Name name)(Code) | | |
setOptional | public void setOptional(boolean optional)(Code) | | |
|
|