Package | Description |
---|---|
org.alfresco.rest.framework.core |
Modifier and Type | Method and Description |
---|---|
ResourceParameter.KIND |
ResourceParameter.getParamType() |
static ResourceParameter.KIND |
ResourceParameter.KIND.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceParameter.KIND[] |
ResourceParameter.KIND.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static ResourceParameter |
ResourceParameter.valueOf(String name,
String title,
String description,
boolean required,
ResourceParameter.KIND kind,
boolean allowMultiple,
Class<?> dataType)
Creates a new ResourceParameter.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.