|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor.PropertyType
public static final class Descriptor.PropertyType
Represents a readable property on Describable.
| Field Summary | |
|---|---|
Class |
clazz
|
String |
displayName
|
Type |
type
|
| Method Summary | |
|---|---|
List<? extends Descriptor> |
getApplicableDescriptors()
Returns all the descriptors that produce types assignable to the property type. |
List<? extends Descriptor> |
getApplicableItemDescriptors()
Returns all the descriptors that produce types assignable to the item type for a collection property. |
Enum[] |
getEnumConstants()
|
Class |
getItemType()
If the property is a collection/array type, what is an item type? |
Descriptor |
getItemTypeDescriptor()
Returns Descriptor whose 'clazz' is the same as the item type. |
Descriptor |
getItemTypeDescriptorOrDie()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Class clazz
public final Type type
public final String displayName
| Method Detail |
|---|
public Enum[] getEnumConstants()
public Class getItemType()
public Descriptor getItemTypeDescriptor()
Descriptor whose 'clazz' is the same as the item type.
public Descriptor getItemTypeDescriptorOrDie()
public List<? extends Descriptor> getApplicableDescriptors()
public List<? extends Descriptor> getApplicableItemDescriptors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||