pt.ist.fenixframework.dml
Class Slot
java.lang.Object
pt.ist.fenixframework.dml.Slot
- All Implemented Interfaces:
- Serializable
public class Slot
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slot
public Slot(String name,
ValueType type)
getName
public String getName()
getType
@Deprecated
public String getType()
- Deprecated.
getSlotType
public ValueType getSlotType()
getTypeName
public String getTypeName()
addOption
public void addOption(Slot.Option option)
getOptions
public Set<Slot.Option> getOptions()
hasOption
public boolean hasOption(Slot.Option option)
addAnnotation
public void addAnnotation(Annotation annotation)
getAnnotations
public List<Annotation> getAnnotations()
hasAnnotation
public boolean hasAnnotation(Annotation annotation)
hasIndexedAnnotation
public boolean hasIndexedAnnotation()
Copyright © 2013. All Rights Reserved.