org.openpermis.policy
Class ParameterList.Parameter
java.lang.Object
org.openpermis.policy.ParameterList.Parameter
- Enclosing class:
- ParameterList
public static class ParameterList.Parameter
- extends Object
A parameter with a name and a type.
- Since:
- 0.1.0
name
private String name
- Since:
- 0.1.0
type
private Class<?> type
- Since:
- 0.1.0
ParameterList.Parameter
public ParameterList.Parameter(String name,
Class<?> type)
- Creates a parameter.
- Parameters:
name
- the name.type
- the type.
getName
public String getName()
- Returns the name.
- Returns:
- the name.
- Since:
- 0.1.0
getType
public Class<?> getType()
- Returns the type.
- Returns:
- the type.
- Since:
- 0.1.0
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
- Since:
- 0.1.0
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- Since:
- 0.1.0
PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:22
Copyright (c) 2002-2007 Ergon Informatik AG